projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1697507
)
* lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug def
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 6 Mar 2021 18:19:46 +0000
(13:19 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 6 Mar 2021 18:19:46 +0000
(13:19 -0500)
lisp/emacs-lisp/bindat.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bindat.el
b/lisp/emacs-lisp/bindat.el
index adf2d672849b01566c9fb7e9b63f794e6ccaf32f..98994963e3e82ea9bf04fc3d425c4bb452c75d3e 100644
(file)
--- a/
lisp/emacs-lisp/bindat.el
+++ b/
lisp/emacs-lisp/bindat.el
@@
-805,8
+805,8
@@
is the name of a variable that will hold the value we need to pack.")
(_ (error "Unrecognized format in bindat fields: %S" fields)))))
(def-edebug-elem-spec 'bindat-struct
-
[
[&rest (symbolp bindat-type &optional ":pack-val" def-form)]
-
&optional ":unpack-val" def-form]
)
+
'(
[&rest (symbolp bindat-type &optional ":pack-val" def-form)]
+
&optional ":unpack-val" def-form)
)
(def-edebug-elem-spec 'bindat-type
'(&or ["uint" def-form]